home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / myspell-pt-pt.postrm < prev    next >
Encoding:
Text File  |  2010-06-17  |  583 b   |  25 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by installdeb-myspell
  4. rmscript="update-openoffice-dicts"
  5.  
  6. if [ "$1" = "remove" ]; then
  7.     if which $rmscript > /dev/null 2>&1; then
  8.     $rmscript
  9.     else
  10.     echo "Warning: $rmscript not present or executable." >&2
  11.     fi
  12. fi
  13. # End automatically added section
  14. # Automatically added by installdeb-hunspell
  15. rmscript="update-dictcommon-hunspell"
  16.  
  17. case "$1" in abort-install|remove)
  18.     if which $rmscript > /dev/null 2>&1; then
  19.         $rmscript 
  20.     else
  21.         echo "Warning: $rmscript not present or executable." >&2
  22.     fi
  23. esac
  24. # End automatically added section
  25.